home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TSEARCHRESULTSFORM / TSEARCHRESULTSFORM.txt
Text File  |  2003-05-02  |  945b  |  47 lines

  1. object searchresultsform: Tsearchresultsform
  2.   Left = 332
  3.   Top = 207
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search Results'
  6.   ClientHeight = 484
  7.   ClientWidth = 531
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object okButton: TButton
  20.     Left = 436
  21.     Top = 440
  22.     Width = 75
  23.     Height = 33
  24.     Caption = '&Close'
  25.     TabOrder = 0
  26.     OnClick = okButtonClick
  27.   end
  28.   object resultslistbox: TListBox
  29.     Left = 16
  30.     Top = 16
  31.     Width = 497
  32.     Height = 409
  33.     ItemHeight = 16
  34.     TabOrder = 1
  35.     OnDblClick = resultslistboxDblClick
  36.   end
  37.   object locatebutton: TButton
  38.     Left = 296
  39.     Top = 440
  40.     Width = 107
  41.     Height = 33
  42.     Caption = '&Locate Item'
  43.     TabOrder = 2
  44.     OnClick = locatebuttonClick
  45.   end
  46. end
  47.